home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Demo Software / Swivel 3D Professional Demo / Command Set examples / Path Form example next >
Text File  |  1990-07-14  |  359b  |  23 lines

  1. BeginPathObject
  2.  
  3.     CrossPoints:  ( define the Cross Section )
  4.     -1.0  -1.0  ,    ( x  y  , )
  5.     1.0  -1.0  ,
  6.     1.0  1.0  ,
  7.     -1.0  1.0  ,
  8.     -1.0  -1.0  ,
  9.  
  10.     LathePoints:  ( define a symmetric Lathe Object )
  11.     -1  0  ,
  12.     .24  -0.90  , 
  13.     .30  -0.80  ,
  14.     0  0  ,
  15.  
  16.     TopPoints:  ( modify Top Section symmetrically )
  17.     -1  0  ,
  18.     .24  -0.7  ,
  19.     .30  -0.3  ,
  20.     0  0  ,
  21.  
  22. EndPathObject
  23.